home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / mwerks / errno_unix.h next >
Text File  |  1995-01-18  |  307b  |  19 lines

  1.  
  2. #define ENOTDIR        (-120)
  3. #define EACCES        (-54)
  4. #define EEXIST        (-48)
  5. #define EBUSY        (-47)
  6. #define EROFS        (-44)
  7. #define ENOENT        (-43)
  8. #define ENFILE        (-42)
  9. #define    EIO            (-36)
  10. #define ENOSPC        (-34)
  11.  
  12. #define ESRCH        3
  13. #define EINTR        4
  14. #define EBADF        9
  15. #define ENODEV        19
  16. #define EINVAL        22
  17. #define EMFILE        24
  18.  
  19.